-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal 9 compatibility #156
Conversation
CircleCI is failing during installation, because it can't find the |
(change this to "develop" before merging)
I need to fix this. Maybe re-installing
|
I just tried this for the first time, and when I run
However, I think I got this before as well, so it's likely not an issue with this PR. |
Ok, this is quite magical! and working! I will review more closely on Monday. I'm wondering if we should release cut matching major versions of the-build and drupal-skeleton for this. |
Oh, interesting. I wonder if that's due to the scaffolding. I'll look into that separately. |
…and so that it can be used when removing the dependency on config_installer.
Break the change profile functionality out into a separate phing comm…
drupal-first-install
target to use Devel 3.0+ for compatibility with D9.the_build_utility
to be compatible with D9.hook_install()
disqualifying it fromdrush site-install --existing-config
. See Drush install from existing config #147, Remove config_installer usage #145, and https://www.drupal.org/project/drupal/issues/2982052Testing
Follow the instructions on palantirnet/drupal-skeleton#111 to setup a new example project using this branch of the-build.
Note: After review and testing is complete, change the CircleCI config to use the
develop
branch of the Drupal Skeleton. Seethe-build/.circleci/config.yml
Line 76 in 744c327